projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39fcc06
)
If xenfs is compiled as a module, now cannot complete
author
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Tue, 22 Jun 2010 14:39:42 +0000
(15:39 +0100)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Tue, 22 Jun 2010 14:39:42 +0000
(15:39 +0100)
'service xencommons start', mount xenfs directly can fix it,
it can trigger modprobe xenfs.
Signed-off-by: Yu Zhiguo <yuzg@cn.fujitsu.com>
tools/hotplug/Linux/init.d/xencommons
patch
|
blob
|
history
diff --git
a/tools/hotplug/Linux/init.d/xencommons
b/tools/hotplug/Linux/init.d/xencommons
index d8680fba02d4a4e39e96881448b1adf0de222f99..873e42c7f411e6354e0d5b5ecb451a02b4ba7fde 100644
(file)
--- a/
tools/hotplug/Linux/init.d/xencommons
+++ b/
tools/hotplug/Linux/init.d/xencommons
@@
-27,7
+27,6
@@
shopt -s extglob
if test "x$1" = xstart && \
test -d /proc/xen && \
! test -d /proc/xen/capabilities && \
- grep ' xenfs$' /proc/filesystems >/dev/null && \
! grep '^xenfs ' /proc/mounts >/dev/null;
then
mount -t xenfs xenfs /proc/xen